home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / cd-sup / newiconsv4 / developers / include / proto / newicon.h
C/C++ Source or Header  |  1998-05-24  |  231b  |  9 lines

  1. #ifndef PROTO_NEWICON_H
  2. #define PROTO_NEWICON_H
  3. #include <exec/types.h>
  4. extern struct NewIconBase *NewIconBase ;
  5. /*extern struct Library *NewIconBase ;*/
  6. #include <clib/newicon_protos.h>
  7. #include <pragmas/newicon_pragmas.h>
  8. #endif
  9.